home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 1.1 KB | 77 lines | [TEXT/MPS ] |
- // MAViews.h
- // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
- // MacApp document header files.
-
- #ifndef __MAVIEWS__
- #define __MAVIEWS__
-
- // Conditional Macros (include before any other headers)
-
- #ifndef __MACONDITIONALMACROS__
- #include "MAConditionalMacros.h"
- #endif
-
- // MacApp Core
-
- #ifndef __MACORE__
- #include "MACore.h"
- #endif
-
- // MacApp Framework
-
- #ifndef __MAFRAMEWORK__
- #include "MAFramework.h"
- #endif
-
- // MacApp Views
-
- #ifndef __UDIALOG__
- #include "UDialog.h"
- #endif
-
- #ifndef __UGRABBERTRACKER__
- #include "UGrabberTracker.h"
- #endif
-
- #ifndef __UGRIDVIEW__
- #include "UGridView.h"
- #endif
-
- #ifndef __UKEYSELECTIONBEHAVIOR__
- #include "UKeySelectionBehavior.h"
- #endif
-
- #ifndef __UMENUVIEW__
- #include "UMenuView.h"
- #endif
-
- #ifndef __UPOPUP__
- #include "UPopup.h"
- #endif
-
- #ifndef __UPRINTING__
- #include "UPrinting.h"
- #endif
-
- #ifndef __USYNCHSCROLLER__
- #include "USynchScroller.h"
- #endif
-
- #ifndef __UTABBEHAVIORS__
- #include "UTabBehaviors.h"
- #endif
-
- #ifndef __UTEAROFFMENUVIEW__
- #include "UTearOffMenuView.h"
- #endif
-
- #ifndef __UTECOMMANDS__
- #include "UTECommands.h"
- #endif
-
- #ifndef __UTEVIEW__
- #include "UTEView.h"
- #endif
-
- #endif // __MAVIEWS__
-